chore: add qsl compatibility metadata and pin alignment - #53
Conversation
Co-Authored-By: Codex <noreply@openai.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b815e23ec9
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| requires-python = ">=3.11" | ||
| dependencies = [ | ||
| "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@b0eacd2fe4884f7f2447b704a232e9a121f396c4", | ||
| "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@0063af3b4a974650ea58a7d3f26dd1b94f65d3e8", |
There was a problem hiding this comment.
Keep the QPK pin aligned with the governance test
Changing the project dependency to 0063af3... leaves tests/test_contract_governance.py expecting the exact QPK URL to end at b0eacd2... in test_qpk_dependency_includes_shared_health_module_release; the CI workflow runs python -m pytest -q tests, so this commit makes the test suite fail on every run. Update the governance constant/expectation in the same change as this pin bump.
Useful? React with 👍 / 👎.
Co-Authored-By: Codex <noreply@openai.com>
Co-Authored-By: Codex <noreply@openai.com>
This PR adds qsl.toml, aligns visible QuantPlatformKit pins to target hash, and adds minimal qsl metadata tests for compatibility tracking.